return ((SwingBeanInfo)this).createBeanDescriptor(classJTextArea, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("lineWrap", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "should lines be wrapped"}), this.createPropertyDescriptor("preferredSize", new Object[]{"shortDescription", "preferredSize"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("preferredScrollableViewportSize", new Object[]{"shortDescription", "preferredScrollableViewportSize"}), this.createPropertyDescriptor("columns", new Object[]{"bound", Boolean.FALSE, "shortDescription", "the number of columns preferred for display"}), this.createPropertyDescriptor("wrapStyleWord", new Object[]{"bound", Boolean.TRUE, "shortDescription", "should wrapping occur at word boundries"}), this.createPropertyDescriptor("scrollableTracksViewportWidth", new Object[]{"shortDescription", "scrollableTracksViewportWidth"}), this.createPropertyDescriptor("lineCount", new Object[]{"shortDescription", "lineCount"}), this.createPropertyDescriptor("managingFocus", new Object[]{"shortDescription", "managingFocus"}), this.createPropertyDescriptor("rows", new Object[]{"bound", Boolean.FALSE, "shortDescription", "the number of rows preferred for display"}), this.createPropertyDescriptor("tabSize", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "the number of characters to expand tabs to"})};